home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Hyper / M-Md / MacABadge.cpt / MacABadge / card_5405.txt < prev    next >
Encoding:
Text File  |  1987-12-16  |  584 b   |  29 lines

  1. -- card: 5405 from stack: in
  2. -- bmap block id: 7991
  3. -- flags: 0000
  4. -- background id: 2770
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=460 top=302 right=336 bottom=499
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 32650 / 32650
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set the lockScreen to true
  23.   hide Tool Window
  24.   hide Pattern Window
  25.   go to next card
  26.   set userlevel to 3
  27.   hide card field id 9
  28. end mouseUp
  29.